home *** CD-ROM | disk | FTP | other *** search
/ DOpus Plus / DOpus Plus.iso / Enhancements / AppLauncher / AppLauncher.readme < prev    next >
Text File  |  1998-10-12  |  2KB  |  65 lines

  1. Short:    An ARexx script to start applications flexibly
  2. Uploader: Martin Steigerwald <steigerw@stud.uni-frankfurt.de>
  3. Author:   Martin Steigerwald <steigerw@stud.uni-frankfurt.de>
  4. Type:     util/rexx
  5.  
  6. German and english documentation follows:
  7.  
  8. $VER: AppLauncher.readme 1.9 (12.10.98) (C) by Martin Steigerwald
  9.  
  10. The AppLauncher package is copyright 1998 by Martin Steigerwald.
  11.  
  12. Non-commercial distribution allowed.
  13.  
  14. GP Software and AmiNet may distribute it on CD-ROM.
  15.  
  16. NO WARRANTIES!
  17.  
  18.  
  19. Deutsch
  20. =======
  21.  
  22. Lädt gegebenfalls die angegebene Anwendung und läßt diese per ARexx-Befehl
  23. die angegeben Dateien einladen. Vor dem Laden der Dateien kann noch ein
  24. Kommando ausgeführt werden, um die Anwendung in den Vordergrund zu
  25. bringen. Eine Einstellungsdatei enthält dabei alle nötigen Infos. Es ist
  26. genug, den Namen der Anwendung anzugeben.
  27.  
  28.  
  29. English
  30. =======
  31.  
  32. Loads an given application if it isnt already loaded and let it load the
  33. given files using arexx commands. Before loading the files it can issue a
  34. command to bring the application to front. A config file contains all the
  35. necessary information so that it is enough to give the name of the
  36. application.
  37.  
  38.  
  39. Recent changes
  40. Letzte Änderungen
  41. =================
  42.  
  43. 12.10.98
  44.  
  45.     AppLauncher 1.9
  46.  
  47.     AppLauncher.readme 1.9
  48.         Changed Type: to util/rexx as recommended by Matthias Scheler.
  49.  
  50.     AppLauncher.cfg 1.8
  51.         Added configuration entries for IBrowse and AWeb. Not tested!
  52.             I don't own these programs.
  53.             Thanks to Simone Tellini for the ARexx scripts for CManager
  54.             where I have looked at to find out the commands.
  55.             Stack setting is 50000 bytes. I guessed it. I don't have a
  56.             glue about what stack IBrowse and AWeb use. When you know
  57.             the exact values please tell me.
  58.         PPaint entry now has pathname "PPaint:". This assign should work
  59.             on all systems.
  60.         Path that can't be set by me are pointing to RAM: now. So search
  61.             for every occurence of RAM: and replace it with the correct
  62.             path to the application when you have it installed.
  63.  
  64.  
  65.